home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 52 / Amiga Format AFCD52 (Issue 136, May 2000).iso / -serious- / programming / other / evaluate / evaluate.readme < prev    next >
Text File  |  2000-02-28  |  446b  |  14 lines

  1. Short: code to evaluate algebraic strings
  2. Author: Kyzer/CSG <kyzer@4u.net>
  3. Uploader: Kyzer/CSG <kyzer@4u.net>
  4. Type: dev/misc
  5.  
  6. evaluate.c is a piece of documented example code showing an interesting and
  7. quick algorithim for evaluating algebraic strings, such as "2 + 4" and
  8. "a=5; b=10; c=b-a; b*c". It is released under the GNU General Public
  9. License version 2 or later.
  10.  
  11. Documentation is in HTML.
  12.  
  13. Feedback and bug reports are of course welcome!
  14.